home *** CD-ROM | disk | FTP | other *** search
/ OpenGL Superbible (2nd Edition) / OpenGL SuperBible e2.iso / tools / GLUT-3.7 / PROGS / DEMOS / BLUEPONY / Makefile.win < prev    next >
Encoding:
Makefile  |  1998-08-12  |  237 b   |  14 lines

  1. # Makefile for Win32
  2.  
  3. !include <win32.mak>
  4.  
  5. TOP  = ../../..
  6. SRCS = bluepony.c
  7.  
  8. !include "$(TOP)/glutwin32.mak"
  9.  
  10. # dependencies
  11. bluepony.exe    : readtex.obj
  12. bluepony.obj    : bluepony.c readtex.h
  13. readtex.obj    : readtex.c readtex.h
  14.